home *** CD-ROM | disk | FTP | other *** search
/ Hip Tissue / Hip Tissue - Disc 1.iso / pc / dir / gnpanic.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1997-11-06  |  192 b   |  11 lines

  1. on mouseUp
  2.   global pani
  3.   set pani to "off"
  4.   forget(window "GNpanic")
  5.   tell the stage
  6.     continue()
  7.   end tell
  8.   set the windowType of window "HCONTROL" to 4
  9.   open(window "HCONTROL")
  10. end
  11.